'Declaration
Public Overloads Function Contains( _ ByVal days As IList(Of Date) _ ) As Boolean
public bool Contains( IList<DateTime> days )
Parameters
- days
- A list of System.DateTime values to search for.
Return Value
True if at least one of specified items exists in the wrapped list.